Called by the table view to find out how many rows are to be rendered in the section specified by section.
'Declaration
Public Overrides NotOverridable Function RowsInSection( _
ByVal As UIKit.UITableView, _
ByVal As IntPtr _
) As IntPtr
public override IntPtr RowsInSection(
UIKit.UITableView ,
IntPtr
)
Parameters
- tableview
- Table view displaying the rows.
- section
- Index of the section containing the rows.
Return Value
Number of rows in the section at index section.